net/http.http2pipe.donec (field)
7 uses
net/http (current package)
h2_bundle.go#L3875: donec chan struct{} // closed on error
h2_bundle.go#L4001: if p.donec == nil {
h2_bundle.go#L4007: case <-p.donec:
h2_bundle.go#L4009: close(p.donec)
h2_bundle.go#L4028: if p.donec == nil {
h2_bundle.go#L4029: p.donec = make(chan struct{})
h2_bundle.go#L4035: return p.donec
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |